std::basic_ifstream::rdbuf
From Cppreference
< cpp | io | basic ifstream
| C++ Standard Library | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||
| Input/output library | ||||||||||||||||||||||||
| std::basic_ifstream | ||||||||||||||||||||||||
| ||||||||||||||||||||||||
| basic_filebuf<CharT, Traits>* rdbuf() const;
| ||
Returns pointer to the underlying raw file device object.
Parameters
(none)
Return value
pointer to the underlying raw file device.
Example
| This section is incomplete |